BOFAction Property Constants

These constants are used with the RemoteData control's BOFAction property to determine how RDO behaves when the rdoResultset object's BOF property changes state.

Constant Value Description
rdMoveFirst 0 MoveFirst (Default): Keeps the first row as the current row.
rdBOF 1 BOF: Moving past the beginning of an rdoResultset triggers the RemoteData control's Validate event on the first row, followed by a Reposition event on the invalid (BOF) row. At this point, the Move Previous button on the RemoteData control is disabled.